home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / savedg1a / frmmain.frm < prev    next >
Text File  |  1999-09-08  |  11KB  |  405 lines

  1. VERSION 5.00
  2. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
  3. Begin VB.Form frmMAIN 
  4.    AutoRedraw      =   -1  'True
  5.    BackColor       =   &H80000000&
  6.    BorderStyle     =   1  'Fixed Single
  7.    Caption         =   "Lords of The Realm II: Editor"
  8.    ClientHeight    =   3375
  9.    ClientLeft      =   2865
  10.    ClientTop       =   1215
  11.    ClientWidth     =   5385
  12.    Icon            =   "frmMAIN.frx":0000
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    ScaleHeight     =   3375
  16.    ScaleWidth      =   5385
  17.    StartUpPosition =   2  'CenterScreen
  18.    Begin MSComDlg.CommonDialog CommonDialog1 
  19.       Left            =   3000
  20.       Top             =   2880
  21.       _ExtentX        =   847
  22.       _ExtentY        =   847
  23.       _Version        =   393216
  24.    End
  25.    Begin VB.CommandButton cmdSAVE 
  26.       Caption         =   "&Save"
  27.       Height          =   375
  28.       Left            =   3600
  29.       TabIndex        =   10
  30.       ToolTipText     =   "Save options to game."
  31.       Top             =   2880
  32.       Width           =   1695
  33.    End
  34.    Begin VB.Frame FinanceFrame 
  35.       Caption         =   "Finances"
  36.       Height          =   735
  37.       Left            =   2760
  38.       TabIndex        =   11
  39.       ToolTipText     =   "Max Out: 5000000"
  40.       Top             =   600
  41.       Width           =   2535
  42.       Begin VB.CheckBox CrwnsCheck 
  43.          BackColor       =   &H8000000B&
  44.          Caption         =   "Crowns."
  45.          ForeColor       =   &H80000008&
  46.          Height          =   375
  47.          Left            =   120
  48.          TabIndex        =   6
  49.          Top             =   240
  50.          Width           =   2295
  51.       End
  52.    End
  53.    Begin VB.Frame RawMaterFrame 
  54.       BackColor       =   &H8000000A&
  55.       Caption         =   "Raw Materials"
  56.       Height          =   1455
  57.       Left            =   2760
  58.       TabIndex        =   12
  59.       ToolTipText     =   "Max Out: 50000"
  60.       Top             =   1320
  61.       Width           =   2535
  62.       Begin VB.CheckBox WoodCheck 
  63.          BackColor       =   &H8000000A&
  64.          Caption         =   "Wood."
  65.          ForeColor       =   &H80000007&
  66.          Height          =   375
  67.          Left            =   120
  68.          TabIndex        =   9
  69.          Top             =   960
  70.          Width           =   2295
  71.       End
  72.       Begin VB.CheckBox StneCheck 
  73.          BackColor       =   &H8000000B&
  74.          Caption         =   "Stone."
  75.          ForeColor       =   &H80000008&
  76.          Height          =   375
  77.          Left            =   120
  78.          TabIndex        =   8
  79.          Top             =   600
  80.          Width           =   2295
  81.       End
  82.       Begin VB.CheckBox IronCheck 
  83.          BackColor       =   &H8000000A&
  84.          Caption         =   "Iron."
  85.          ForeColor       =   &H80000008&
  86.          Height          =   375
  87.          Left            =   120
  88.          TabIndex        =   7
  89.          Top             =   240
  90.          Width           =   2295
  91.       End
  92.    End
  93.    Begin VB.Frame WeaponFrame 
  94.       BackColor       =   &H8000000A&
  95.       Caption         =   "Weapons"
  96.       Height          =   2535
  97.       Left            =   120
  98.       TabIndex        =   14
  99.       ToolTipText     =   "Max Out: 20000"
  100.       Top             =   600
  101.       Width           =   2535
  102.       Begin VB.CheckBox MailCheck 
  103.          BackColor       =   &H00C0C0C0&
  104.          Caption         =   "Mail."
  105.          ForeColor       =   &H80000008&
  106.          Height          =   375
  107.          Left            =   120
  108.          TabIndex        =   5
  109.          Top             =   2040
  110.          Width           =   2295
  111.       End
  112.       Begin VB.CheckBox BwsdArrCheck 
  113.          BackColor       =   &H00C0C0C0&
  114.          Caption         =   "Bows and Arrows."
  115.          ForeColor       =   &H80000008&
  116.          Height          =   375
  117.          Left            =   120
  118.          TabIndex        =   4
  119.          Top             =   1680
  120.          Width           =   2295
  121.       End
  122.       Begin VB.CheckBox PikeCheck 
  123.          BackColor       =   &H00C0C0C0&
  124.          Caption         =   "Pikes."
  125.          ForeColor       =   &H80000008&
  126.          Height          =   375
  127.          Left            =   120
  128.          TabIndex        =   3
  129.          Top             =   1320
  130.          Width           =   2295
  131.       End
  132.       Begin VB.CheckBox MaceCheck 
  133.          BackColor       =   &H00C0C0C0&
  134.          Caption         =   "Maces."
  135.          ForeColor       =   &H80000008&
  136.          Height          =   375
  137.          Left            =   120
  138.          TabIndex        =   1
  139.          Top             =   600
  140.          Width           =   2295
  141.       End
  142.       Begin VB.CheckBox CrsBowCheck 
  143.          BackColor       =   &H8000000B&
  144.          Caption         =   "Crossbows."
  145.          ForeColor       =   &H80000008&
  146.          Height          =   375
  147.          Left            =   120
  148.          TabIndex        =   2
  149.          Top             =   960
  150.          Width           =   2295
  151.       End
  152.       Begin VB.CheckBox SwrdsCheck 
  153.          BackColor       =   &H00C0C0C0&
  154.          Caption         =   "Swords."
  155.          ForeColor       =   &H80000008&
  156.          Height          =   375
  157.          Left            =   120
  158.          TabIndex        =   0
  159.          Top             =   240
  160.          Width           =   2295
  161.       End
  162.    End
  163.    Begin VB.Line Line5 
  164.       BorderColor     =   &H80000009&
  165.       X1              =   6000
  166.       X2              =   0
  167.       Y1              =   480
  168.       Y2              =   480
  169.    End
  170.    Begin VB.Label lblPLAYER 
  171.       Alignment       =   2  'Center
  172.       Height          =   255
  173.       Left            =   120
  174.       TabIndex        =   13
  175.       Top             =   120
  176.       Width           =   5055
  177.    End
  178.    Begin VB.Line Line2 
  179.       BorderColor     =   &H80000005&
  180.       X1              =   0
  181.       X2              =   6720
  182.       Y1              =   15
  183.       Y2              =   15
  184.    End
  185.    Begin VB.Line Line1 
  186.       BorderColor     =   &H80000003&
  187.       BorderStyle     =   6  'Inside Solid
  188.       BorderWidth     =   2
  189.       X1              =   0
  190.       X2              =   6720
  191.       Y1              =   0
  192.       Y2              =   0
  193.    End
  194.    Begin VB.Line Line6 
  195.       BorderColor     =   &H8000000C&
  196.       BorderStyle     =   6  'Inside Solid
  197.       BorderWidth     =   2
  198.       X1              =   0
  199.       X2              =   6000
  200.       Y1              =   480
  201.       Y2              =   480
  202.    End
  203.    Begin VB.Menu File 
  204.       Caption         =   "&File"
  205.       Begin VB.Menu opengm 
  206.          Caption         =   "&Open"
  207.       End
  208.       Begin VB.Menu sep 
  209.          Caption         =   "-"
  210.       End
  211.       Begin VB.Menu Exit 
  212.          Caption         =   "E&xit"
  213.       End
  214.    End
  215.    Begin VB.Menu help 
  216.       Caption         =   "&Help"
  217.       Begin VB.Menu about 
  218.          Caption         =   "&About"
  219.          Begin VB.Menu lotr 
  220.             Caption         =   "&Lords of the Realm II: Editor"
  221.          End
  222.       End
  223.    End
  224. End
  225. Attribute VB_Name = "frmMAIN"
  226. Attribute VB_GlobalNameSpace = False
  227. Attribute VB_Creatable = False
  228. Attribute VB_PredeclaredId = True
  229. Attribute VB_Exposed = False
  230. Private Sub cmdSAVE_Click()
  231. On Error GoTo ErrSave
  232.  
  233.     Dim Position, Number As Long
  234.     
  235.     'Start'
  236.  If CrsBowCheck.Value = 1 Then
  237.     Number = &H20
  238.     Position = 84905
  239.     Seek #1, Position
  240.     Put #1, Position, Number
  241.  End If
  242.  If CrsBowCheck.Value = 1 Then
  243.     Number = &H4E
  244.     Position = 84906
  245.     Seek #1, Position
  246.     Put #1, Position, Number
  247.  End If
  248.     'Above, Cross Bows'
  249.  If MaceCheck.Value = 1 Then
  250.     Number = &H20
  251.     Position = 84909
  252.     Seek #1, Position
  253.     Put #1, Position, Number
  254.  End If
  255.  If MaceCheck.Value = 1 Then
  256.     Number = &H4E
  257.     Position = 84910
  258.     Seek #1, Position
  259.     Put #1, Position, Number
  260.  End If
  261.     'Above, Maces'
  262.  If SwrdsCheck.Value = 1 Then
  263.     Number = &H20
  264.     Position = 84913
  265.     Seek #1, Position
  266.     Put #1, Position, Number
  267.  End If
  268.  If SwrdsCheck.Value = 1 Then
  269.     Number = &H4E
  270.     Positi